-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.94 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
{
"name": "kane-thornwyrd.github.com",
"version": "0.1.0",
"homepage": "http://kane-thornwyrd.github.io",
"private": true,
"dependencies": {
"bootstrap": "3.3.7",
"github-user-repos": "1.0.2",
"history": "4.7.2",
"loaders.css": "0.1.2",
"lodash": "4.17.4",
"neataptic": "1.4.7",
"normalize.css": "7.0.0",
"npm-stats": "1.2.0",
"parse-location": "1.0.5",
"react": "16.2.0",
"react-addons-update": "15.6.2",
"react-bootstrap": "0.31.5",
"react-dom": "16.2.0",
"react-event-timeline": "1.4.1",
"react-github-corner": "2.0.0",
"react-loadable": "5.3.1",
"react-loaders": "3.0.1",
"react-redux": "5.0.6",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-router-redux": "4.0.8",
"redux": "3.7.2",
"redux-thunk": "2.2.0",
"superagent": "3.8.2"
},
"scripts": {
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-css": "node-sass-chokidar --include-path ./src/stylesheets --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"predeploy": "npm run build",
"deploy": "node deploy.js",
"commit": "git-cz"
},
"devDependencies": {
"commitizen": "2.9.6",
"compass-importer": "0.4.1",
"cz-conventional-changelog": "2.1.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.5.1",
"gh-pages": "1.1.0",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "4.1.2",
"react-scripts": "1.0.17"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}