-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
{
"name": "boost-admin-ts",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/classnames": "^2.2.6",
"@types/jest": "23.3.9",
"@types/memoize-one": "^3.1.1",
"@types/node": "10.12.5",
"@types/react": "16.7.2",
"@types/react-dom": "16.0.9",
"classnames": "^2.2.6",
"cross-env": "^5.2.0",
"crypto-js": "^3.1.9-1",
"memoize-one": "^4.0.3",
"node-sass": "^4.10.0",
"pretty-bytes": "^5.1.0",
"prop-types": "^15.6.2",
"react": "^16.6.1",
"react-datalist": "^4.0.0",
"react-dom": "^16.6.1",
"react-dropzone": "^7.0.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"tslint": "^5.11.0",
"typescript": "3.1.6",
"whatwg-fetch": "^3.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"test:ci": "npm run test -- --coverage",
"serve": "serve build",
"ci": "cross-env CI=true npm run build && npm run test:ci",
"ci:run": "npm run ci && npm run serve",
"format": "prettier --write \"src/**/*.{j,t}s{,x}\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"prettier": "^1.15.2"
}
}