-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.57 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
{
"name": "create-react-app-typescript",
"version": "0.1.0",
"private": true,
"repository": "https://github.com/JimmyLv/demo.create-react-app-typescript",
"bugs": "https://github.com/JimmyLv/demo.create-react-app-typescript/issues",
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"mock": "json-server http://jsonplaceholder.typicode.com/db -p 3001 -r routes.json",
"lint": "tslint src/**/*.tsx",
"deploy": "npm run build; surge build dva.jimmylv.info; cd build; git init; sed -i .bak 's/\\\"\\//\\\"\\.\\//g' index.html; git add -A; timestamp=$(date \"+%c\") && git commit -m \"Automated deployment at $timestamp\"; git push -f [email protected]:JimmyLv/demo.create-react-app-typescript.git master:gh-pages; cd .."
},
"devDependencies": {
"json-server": "^0.9.6",
"react-scripts-ts": "^1.4.0",
"surge": "^0.19.0"
},
"dependencies": {
"@types/isomorphic-fetch": "0.0.33",
"@types/jest": "^19.2.4",
"@types/keymaster": "^1.6.28",
"@types/react": "^15.0.35",
"@types/react-dom": "^15.5.1",
"@types/redux": "^3.6.31",
"@types/redux-saga": "^0.10.5",
"antd": "^2.12.0",
"axios": "^0.16.2",
"dva": "^1.3.0-beta.3",
"dva-loading": "^0.2.1",
"flux-standard-action": "^1.2.0",
"isomorphic-fetch": "^2.2.1",
"keymaster": "^1.6.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-flip-move": "^2.9.14",
"react-modal": "^1.9.7",
"styled-components": "^1.4.6"
}
}