-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
65 lines (65 loc) · 1.78 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": "cv-boostifier",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@loadable/component": "^5.13.2",
"@types/jest": "24.0.21",
"@types/node": "12.12.0",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.3",
"@types/react-router-dom": "^5.1.2",
"@types/swagger-ui-react": "^3.23.0",
"ace-builds": "^1.4.7",
"alasql": "^0.5.1",
"ammojs-typed": "^1.0.6",
"ascii-table": "0.0.9",
"cloudinary-react": "^1.6.7",
"copy-to-clipboard": "^3.2.0",
"faunadb": "^2.9.4",
"jsoneditor": "^7.2.1",
"jsoneditor-react": "^2.0.0",
"node-sass": "^4.14.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-dropzone": "^10.1.10",
"react-github-btn": "^1.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"react-slick": "^0.27.12",
"react-toastify": "^5.4.1",
"react-tooltip": "^4.2.11",
"swagger-ui-react": "^3.24.0",
"three": "^0.120.1",
"typescript": "^3.9.7"
},
"scripts": {
"start": "npm run generate-skins && react-scripts start",
"build": "npm run generate-skins && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generate-skins": "node generate-skins.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/loadable__component": "^5.13.0"
}
}