-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "sheets",
"homepage": "https://demiplane.github.io/Sheets",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.1.0",
"mathjs": "^4.1.1",
"react": "^16.3.2",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts-ts": "2.14.0",
"redux": "^4.0.0",
"redux-thunk": ""
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"lint": "tslint --exclude **/*.d.ts src/**/*.ts src/**/*.tsx",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@types/history": "^4.6.2",
"@types/jest": "^22.2.3",
"@types/node": "^9.6.4",
"@types/react": "^16.3.9",
"@types/react-dom": "^16.0.5",
"@types/react-redux": "^5.0.16",
"@types/react-router": "^4.0.23",
"@types/react-router-dom": "^4.2.6",
"gh-pages": "^2.0.1",
"typescript": "^2.8.1"
}
}