-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "customizer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "0.1.0-11",
"all": "0.0.0",
"i": "^0.3.6",
"jquery": "^3.3.1",
"myminifactory-login": "^1.0.6",
"npm": "^6.3.0",
"react": "^15.6.1",
"react-device-detect": "^1.5.9",
"react-dom": "^15.6.1",
"react-ga": "^2.5.3",
"react-input-range": "^1.3.0",
"react-numeric-input": "^2.2.3",
"react-perfect-scrollbar": "^1.2.0",
"react-redux": "^5.0.7",
"react-scripts": "1.1.4",
"react-tag-input": "^5.1.2",
"react-typed": "^1.0.9",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"typist": "^0.1.0",
"axios": "^0.18.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"homepage": "http://localhost:3000"
}