-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.52 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
{
"name": "route-editor",
"version": "1.1.0",
"private": true,
"homepage": "https://vitalykrenel.github.io/route-editor/",
"dependencies": {
"react": "^16.5.2",
"react-beautiful-dnd": "^9.0.2",
"react-dom": "^16.5.2",
"react-scripts": "2.0.4",
"react-yandex-maps": "^3.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test --modulePaths=src",
"test:unit": "cross-env CI=true react-scripts test \".*[^i]test\\.js$\" --verbose=true --modulePaths=src",
"test:integration": "cross-env CI=true react-scripts test \".*itest\\.js$\" --modulePaths=src",
"watch:unit": "react-scripts test \".*[^i]test\\.js$\" --modulePaths=src",
"watch:integration": "react-scripts test \".*itest\\.js$\" --modulePaths=src",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/enzyme": "^3.1.14",
"@types/jest": "^23.3.5",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"@types/sinon": "^5.0.5",
"ajv": "^6.5.4",
"ajv-keywords": "^3.2.0",
"cross-env": "^5.2.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"gh-pages": "^2.0.1",
"sinon": "^7.0.0",
"stylelint": "^9.6.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0"
}
}