-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 1.22 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
39
{
"name": "themisui-explorer-chrome-extension",
"version": "0.9.0",
"description": "Chrome extension that shows ThemisUI component details",
"license": "MIT",
"devDependencies": {},
"dependencies": {
"babel-core": "6.20.0",
"babel-loader": "6.2.9",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-runtime": "^6.20.0",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.14",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "0.9.0",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^4.0.0",
"postcss-loader": "^1.2.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-hot-loader": "^3.0.0-beta.6",
"sass-loader": "^4.1.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.14.0",
"zip-folder": "^1.0.0"
},
"scripts": {
"dev": "webpack --progress --profile --colors --watch",
"build": "webpack --progress --profile --colors",
"postbuild": "node tools/zip_dist.js"
}
}