-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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
{
"name": "react-fs-ex",
"homepage": "https://papersearch.org",
"version": "0.1.0",
"private": true,
"dependencies": {
"jquery": "^3.3.1",
"node-sass-chokidar": "0.0.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts-ts": "2.13.0",
"redux": "^3.7.2"
},
"scripts": {
"start": "npm run watch-css && react-scripts-ts start",
"build": "npm run build-css && react-scripts-ts build",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/history": "^4.6.2",
"@types/jquery": "^3.3.0",
"@types/react-router-dom": "^4.2.3",
"@types/jest": "^22.1.0",
"@types/node": "^9.4.0",
"@types/react": "^16.0.35",
"@types/react-dom": "^16.0.3",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"typescript": "^2.6.2"
}
}