-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.04 KB
/
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
33
34
35
36
37
38
{
"name": "containers-sync",
"version": "1.1.4",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"chromium": "chromium-browser --load-extension=./dist",
"opera": "opera --load-extension=./dist",
"firefox": "web-ext run -s ./dist",
"production": "rm -rf ./dist & webpack -p && web-ext build -s ./dist"
},
"engines": {
"node": "10.16.1"
},
"engineStrict": true,
"author": "Ramkumar",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^3.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"photon-colors": "^1.3.1",
"proptypes": "^1.1.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"style-loader": "^0.19.0",
"web-ext": "^3.2.0",
"webpack": "^3.5.4"
}
}