-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.75 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "tf-route-planner",
"version": "0.1.0",
"private": true,
"homepage": "http://mpalmer685.github.io/tf-route-planner",
"scripts": {
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"@rematch/core": "^1.0.0-beta.5",
"@rematch/persist": "^1.1.0",
"@rematch/select": "^2.0.0",
"d3-delaunay": "^4.1.3",
"d3-polygon": "^1.0.5",
"d3-scale-chromatic": "^1.3.3",
"emotion": "^9.2.8",
"fast-xml-parser": "^3.12.0",
"immer": "^1.7.2",
"keymirror": "^0.1.1",
"localforage": "^1.7.2",
"lodash": "^4.17.10",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-color": "^2.14.1",
"react-dom": "^16.4.2",
"react-dropzone": "^5.0.1",
"react-emotion": "^9.2.8",
"react-pose": "^3.3.0",
"react-redux": "^5.0.7",
"react-scripts": "1.1.5",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"skmeans": "^0.9.8",
"svg-pan-zoom": "^3.5.3",
"uniqid": "^5.0.3"
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.8",
"babel-plugin-tailwind-components": "^0.5.4",
"gh-pages": "^1.2.0",
"prettier": "^1.14.2",
"react-app-rewire-emotion": "^4.0.0",
"react-app-rewire-hot-loader": "^1.0.1",
"react-app-rewire-postcss": "^1.0.2",
"react-app-rewired": "^1.6.2",
"react-hot-loader": "^4.3.5",
"tailwindcss": "^0.6.5",
"webpack": "^3.6.0",
"worker-loader": "^2.0.0"
},
"prettier": {
"printWidth": 120,
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"jsxBracketSameLine": true
}
}