-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 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
{
"name": "react-dynamic-ui",
"version": "0.0.21",
"description": "",
"main": "lib/index.js",
"scripts": {
"start": "webpack -w & http-server ./",
"build-watch": "npm run build -- -w",
"build": "BABEL_ENV=production node_modules/.bin/babel --out-dir='lib' --ignore='__tests__/*' src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chloehwang/react-dynamic-UI.git"
},
"author": "Chloe Hwang <[email protected]> (https://github.com/chloehwang/my-react-UI)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chloehwang/react-dynamic-UI/issues"
},
"homepage": "https://github.com/chloehwang/react-dynamic-UI#readme",
"dependencies": {
"babel": "^6.23.0",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"webpack": "^2.2.1"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.26.4",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.2",
"webpack": "^2.2.1"
}
}