-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "upwork-fee-calc",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:ShavidzeT/upwork-fee-calc.git",
"author": "Tornike Shavidze <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack --config webpack.dev.js",
"start:watch": "webpack --config webpack.dev.js -w"
},
"devDependencies": {
"@webpack-cli/init": "^0.1.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"node-sass": "^4.9.2",
"nodemon": "^1.18.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"html-webpack-plugin": "^3.2.0",
"lit-html": "^0.10.2",
"ramda": "^0.25.0"
}
}