forked from MelaniePhilofsky/vocab-pop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
{
"name": "vocab-pop",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Sigfried/vocab-pop.git"
},
"devDependencies": {
"node-sass": "^4.5.0",
"react-scripts": "0.9.5",
"redux-devtools": "^3.3.2",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.2.0"
},
"dependencies": {
"ag-grid": "^8.2.0",
"ag-grid-react": "^8.2.0",
"bootstrap": "^3.3.7",
"d3": "^4.9.1",
"history": "^4.6.1",
"jquery": "^3.2.1",
"json-stable-stringify": "^1.0.1",
"lz-string": "^1.4.4",
"material-ui": "^0.18.1",
"query-string": "^4.3.4",
"react": "^15.5.4",
"react-bootstrap": "^0.30.10",
"react-dom": "^15.5.4",
"react-draggable": "^2.2.6",
"react-jsonschema-form": "^0.43.0",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-bootstrap": "^0.23.3",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-sortable-tree": "^0.1.18",
"react-spinner": "^0.2.7",
"react-tap-event-plugin": "^2.0.1",
"react-tooltip": "^3.3.0",
"reduce-reducers": "^0.1.2",
"redux": "^3.6.0",
"redux-form": "^6.7.0",
"redux-form-material-ui": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-observable": "^0.14.1",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"rxjs": "^5.4.0",
"seamless-immutable": "^7.1.2",
"sigma": "^1.2.0"
},
"config": {
"port": "port from package.json config",
"FOOBIE": "barbie"
},
"scripts": {
"build-css": "node-sass src/ -o src/",
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
"start": "react-scripts start",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}