-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.24 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
{
"name": "motors",
"version": "0.1.0",
"private": true,
"dependencies": {
"@pqina/flip": "^1.7.5",
"@types/isomorphic-fetch": "^0.0.35",
"@types/jest": "24.0.11",
"@types/node": "11.13.5",
"@types/react": "^16.9.44",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.17.0",
"flag-icon-css": "^3.3.0",
"isomorphic-fetch": "^2.2.1",
"portable-fetch": "^3.0.0",
"react": "^16.13.1",
"react-alice-carousel": "^1.17.3",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"typescript": "3.9.7"
},
"scripts": {
"start": "set PORT=3009 && ./node_modules/.bin/react-scripts-ts start",
"build": "./node_modules/.bin/react-scripts-ts build",
"test": "./node_modules/.bin/react-scripts-ts test --env=jsdom",
"eject": "./node_modules/.bin/react-scripts-ts eject",
"arch": "del baza_f.zip && 7z a -tzip -mx5 -r0 ./baza_f.zip ./build/*",
"dev-start": "copy .\\.env.dev .\\.env && yarn start",
"baza-build": "copy .\\.env.baza .\\.env && yarn build"
},
"devDependencies": {
"react-scripts-ts": "2.12.0"
}
}