-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.49 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "magic-flat",
"version": "0.0.1",
"description": "A react ui component base on flat-design",
"main": "index.js",
"scripts": {
"start": "better-npm-run start",
"compile": "better-npm-run compile",
"lint": "eslint components bin build",
"lint:fix": "npm run lint -- --fix",
"start:dist": "better-npm-run start:dist"
},
"betterScripts": {
"start": {
"command": "node bin/www",
"env": {
"DEBUG": "app:*"
}
},
"compile": {
"command": "rimraf dist/* && node bin/compile",
"env": {
"DEBUG": "app:*:compile*",
"NODE_ENV": "production"
}
},
"start:dist": {
"command": "node bin/www",
"env": {
"DEBUG": "app:*",
"NODE_ENV": "production"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/magic-FE/magic-flat.git"
},
"keywords": [
"react-component",
"react",
"ui",
"component"
],
"author": "likun",
"license": "MIT",
"bugs": {
"url": "https://github.com/magic-FE/magic-flat/issues"
},
"homepage": "https://github.com/magic-FE/magic-flat#readme",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.22.0",
"better-npm-run": "^0.0.15",
"css-loader": "^0.27.3",
"debug": "^2.6.3",
"detect-port": "^1.1.1",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.2",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"internal-ip": "^1.2.0",
"less": "^2.7.2",
"less-loader": "3.0.0",
"postcss-loader": "^1.3.3",
"progress-bar-webpack-plugin": "^1.9.3",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "previous",
"rimraf": "^2.6.1",
"style-loader": "^0.14.1",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1"
},
"dependencies": {
"chokidar": "^1.6.1",
"normalize.css": "^5.0.0",
"web-animations-js": "^2.2.2"
}
}