-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 991 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
34
35
36
37
38
39
{
"name": "frigging-material-ui",
"version": "0.2.3",
"private": false,
"main": "dist/frigging-material-ui.js",
"peerDependencies": {
"material-ui": "*"
},
"dependencies": {},
"scripts": {
"preversion": "FRIG_ENV=\"production\" FRIG_MODE=\"core\" webpack --progress",
"version": "git add ./dist",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"coffee-script": "1.9.3",
"webpack": "*",
"webpack-dev-server": "*",
"css-loader": "*",
"style-loader": "*",
"stylus-loader": "*",
"extract-text-webpack-plugin": "*",
"babel-loader": "*",
"babel-core": "5.8.20",
"url-loader": "*",
"eslint-loader": "git+https://github.com/MoOx/eslint-loader.git#master",
"eslint": "1.0.0",
"babel-eslint": "*",
"react": "0.13.3",
"frig": "*",
"react-tap-event-plugin": "0.1.7",
"material-ui": "*",
"classnames": "*"
},
"engines": {
"node": "~0.12.x",
"npm": "2.7.x"
}
}