forked from jsy1218-zz/cypa-yeps-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.09 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "yeps-website",
"version": "0.1.0",
"private": true,
"homepage": "https://jsy1218.github.io/cypa-yeps-website/",
"dependencies": {
"@types/classnames": "^2.2.6",
"@types/react-bootstrap": "^0.32.14",
"@types/react-redux": "^6.0.9",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^4.3.1",
"@types/react-vertical-timeline-component": "^2.3.0",
"bootstrap": "^4.1.3",
"classnames": "^2.2.6",
"flow-bin": "^0.83.0",
"gh-pages": "^2.0.1",
"husky": "^1.1.2",
"lint-staged": "^7.3.0",
"node-sass": "^4.9.4",
"node-sass-chokidar": "^1.3.4",
"prettier": "^1.14.3",
"react": "^16.5.2",
"react-bootstrap": "^0.32.4",
"react-device-detect": "^1.6.2",
"react-dom": "^16.5.2",
"react-redux": "^5.0.7",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "^4.0.8",
"react-vertical-timeline-component": "^2.3.1",
"redux": "^4.0.1"
},
"lint-staged": {
"src/**/*.{js,jsx,json,css}": [
"prettier --single-quote --write",
"git add"
]
},
"scripts": {
"flow": "flow",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"precommit": "lint-staged",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/enzyme": "^3.1.14",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.5",
"@types/node": "^10.11.7",
"@types/react": "^16.4.16",
"@types/react-dom": "^16.0.9",
"css-loader": "^1.0.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"react-test-renderer": "^16.5.2",
"style-loader": "^0.23.1",
"typescript": "^3.1.3",
"typings-for-css-modules-loader": "^1.7.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}