-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"homepage": "http://webshop-example.panpan.dk",
"name": "webshop-project",
"version": "0.1.2",
"private": true,
"dependencies": {
"@types/lodash": "^4.14.117",
"@types/react-redux": "^6.0.9",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.2",
"@types/redux-thunk": "^2.1.0",
"ajv": "^6.5.4",
"lodash": "^4.17.11",
"node-sass": "^7.0.1",
"npm": "^7.20.6",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-redux": "^5.1.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "3.1.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts-ts start",
"flow": "flow",
"sass": "node-sass ./src/sass/index.scss ./src/index.css -w",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.8",
"@types/node": "^10.12.0",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"@types/redux-logger": "^3.0.6",
"flow-bin": "^0.85.0",
"redux-logger": "^3.0.6",
"typescript": "^3.1.3"
}
}