-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.16 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": "fruits_learning",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "./node_modules/.bin/webpack --config webpack.dev.config.js --progress --colors",
"watch": "./node_modules/.bin/webpack --config webpack.dev.config.js --progress --colors --watch",
"build-production": "./node_modules/.bin/webpack --config webpack.prod.config.js --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fruitschen/fruits_learning.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fruitschen/fruits_learning/issues"
},
"homepage": "https://github.com/fruitschen/fruits_learning#readme",
"devDependencies": {
"antd": "^2.8.0",
"babel": "^6.23.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.3.2",
"babel-plugin-import": "^1.1.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.27.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"style-loader": "^0.13.2",
"webpack": "^2.2.1",
"webpack-bundle-tracker": "^0.2.0"
}
}