-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "tensorci-web-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"d3-ease": "^1.0.3",
"d3-scale": "^2.0.0",
"jquery": "^3.2.1",
"moment": "^2.20.1",
"path-to-regexp": "^2.1.0",
"pubnub": "^4.20.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.1",
"react-search-input": "^0.11.3",
"react-toggle-button": "^2.2.0",
"resonance": "^0.9.5",
"rodal": "^1.2.10",
"timeago.js": "^3.0.2",
"universal-cookie": "^2.1.0",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"enzyme": "2.9.1",
"eslint": "^4.3.0",
"eslint-plugin-react": "^7.1.0",
"hjson": "^3.1.0",
"react-scripts": "1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && ./node_modules/hjson/bin/hjson -j static.hjson > static.json",
"eject": "react-scripts eject",
"sass": "sass --watch src/styles/scss/index.scss:src/styles/css/index.css",
"sass:build": "sass src/styles/scss/index.scss:src/styles/css/index.css"
},
"proxy": "http://localhost:5000"
}