forked from UseMacro/macro-chrome-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 886 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
33
{
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.0",
"css-loader": "^0.28.7",
"file-loader": "^1.1.6",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"style-loader": "^0.19.1",
"ts-loader": "^3.2.0",
"typescript": "^2.6.2",
"webpack": "^3.10.0",
"write-file-webpack-plugin": "^4.2.0"
},
"dependencies": {
"@types/chrome": "^0.0.58",
"extract-text-webpack-plugin": "^3.0.2",
"keymaster": "^1.6.2",
"radium": "^0.22.1",
"ssri": "^5.3.0",
"typings-for-css-modules-loader": "^1.7.0",
"webfontloader": "^1.6.28"
},
"scripts": {
"build": "webpack --optimize-minimize"
}
}