-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.64 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
{
"private": true,
"version": "0.0.1",
"description": "YOUR DESCRIPTION - Generated by generator-react-webpack",
"main": "",
"scripts": {
"clean": "rimraf dist/*",
"copy": "copyfiles -f ./src/index.html http://oukbnub30.bkt.clouddn.com/favicon.ico ./dist",
"dist": "npm run copy & webpack --env=dist",
"lint": "eslint ./src",
"posttest": "npm run lint",
"release:major": "npm version major && npm publish && git push --follow-tags",
"release:minor": "npm version minor && npm publish && git push --follow-tags",
"release:patch": "npm version patch && npm publish && git push --follow-tags",
"serve": "node server.js --env=dev",
"serve:dist": "node server.js --env=dist",
"nodestart": "node server.js --env=dev",
"start": "node server.js --env=dev",
"build": "atool-build",
"test": "karma start",
"test:watch": "karma start --autoWatch=true --singleRun=false"
},
"entry": {
"index": "./src/index.jsx"
},
"repository": "",
"author": "Your name here",
"devDependencies": {
"atool-build": "^1.0.2",
"babel-core": "^6.0.0",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.5.0",
"bootstrap": "^3.3.7",
"bower-webpack-plugin": "^0.1.9",
"chai": "^3.2.0",
"copyfiles": "^1.0.0",
"css-loader": "^0.23.0",
"dora": "^0.4.5",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"file-loader": "^0.9.0",
"glob": "^7.0.0",
"isparta-instrumenter-loader": "^1.0.0",
"minimist": "^1.2.0",
"mocha": "^3.0.0",
"node-sass": "^4.5.3",
"null-loader": "^0.1.1",
"open": "0.0.5",
"phantomjs-prebuilt": "^2.0.0",
"react-addons-test-utils": "^15.0.0",
"react-hot-loader": "^1.2.9",
"react-router-dom": "^4.1.2",
"rimraf": "^2.4.3",
"sass-lint": "^1.10.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.12.0"
},
"dependencies": {
"core-js": "^2.0.0",
"fetch-jsonp": "^1.1.1",
"moment": "^2.18.1",
"react": "^15.0.0",
"react-copy-to-clipboard": "^5.0.0",
"react-dom": "^15.0.0",
"react-notification-system": "^0.2.15",
"react-responsive-carousel": "^3.1.24",
"react-router": "^4.1.2",
"semantic-ui-react": "^0.71.3"
}
}