-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.3 KB
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
{
"name": "bitket",
"version": "0.1.0",
"private": true,
"devDependencies": {
"node-sass": "^4.5.3",
"npm-run-all": "^4.1.1",
"react-scripts": "^1.0.13"
},
"dependencies": {
"big.js": "^3.1.3",
"bootstrap-sass": "^3.3.7",
"bootswatch": "^3.3.7",
"es6-shim": "^0.35.2",
"font-awesome": "^4.6.3",
"immutable": "^3.8.1",
"jwt-decode": "^2.1.0",
"opbeat-react": "^3.4.0",
"react": "^15.4.1",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.1",
"react-fontawesome": "^1.5.0",
"react-markdown": "^2.4.2",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-router-bootstrap": "^0.23.1",
"react-stripe-elements": "^1.2.0",
"redux": "^3.6.0",
"redux-logger": "^2.7.0",
"redux-thunk": "^2.1.0",
"webfontloader": "^1.6.28"
},
"scripts": {
"react-build": "react-scripts build",
"react-start": "react-scripts start",
"sass-build": "node-sass src/index.scss --include-path node_modules/bootstrap-sass/assets/stylesheets --output src",
"sass-watch": "run-s 'sass-build' 'sass-build --watch'",
"build": "run-s 'sass-build' 'react-build'",
"start": "run-p 'sass-watch' 'react-start'",
"eject": "react-scripts eject",
"test": "react-scripts test --env=jsdom"
},
"proxy": "http://localhost:8000"
}