forked from snek-at/front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.47 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
{
"name": "snek-front",
"version": "0.1.0",
"private": true,
"homepage": "https://snek.at",
"license": "(EUPL-1.2)",
"dependencies": {
"faker": "^5.1.0",
"fuzzysort": "^1.1.4",
"gh-pages": "^3.1.0",
"js-sha256": "^0.9.0",
"mdb-react-sortable": "mdb-react-sortable-4.26.0.tgz",
"mdbreact": "mdbreact-4.26.1.tgz",
"node-sass": "^4.12.0",
"obelisk.js": "^1.2.2",
"react-avatar-editor": "^11.0.7",
"react-chartjs-2": "^2.9.0",
"react-dropzone": "^11.0.1",
"react-redux": "^7.2.0",
"react-redux-loading-bar": "^4.6.0",
"react-router-dom": "^5.0.1",
"react-simple-maps": "^2.1.2",
"react-text-loop": "^2.3.0",
"react-typed": "^1.2.0",
"reactjs-oauth": "^0.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"serialize-error": "^7.0.1",
"snek-client": "file:snek-client-0.2.0-rc.7.tgz",
"snek-intel": "file:snek-intel-0.2.0-rc.6.tgz",
"tippy.js": "^6.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snek-at/front.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"devDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^4.0.0",
"renamer": "^1.0.0",
"rimraf": "^2.6.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}