-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
60 lines (60 loc) · 1.6 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
{
"name": "app",
"version": "0.1.0",
"main": "build/index.js",
"license": "MIT",
"scripts": {
"start": "tasks/dev.sh",
"build": "tasks/build.sh",
"package": "tasks/package.sh",
"plan": "tasks/plan.sh",
"deploy": "tasks/deploy.sh",
"get-env": "tasks/remote-env-get.sh",
"update-env": "tasks/remote-env-update.sh"
},
"dependencies": {
"aws-sdk": "^2.40.0",
"axios": "^0.16.1",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"ellipsize": "^0.0.2",
"emotion": "^9.2.6",
"emotion-server": "^9.2.6",
"html-entities": "^1.2.1",
"html-webpack-plugin": "^2.28.0",
"memory-fs": "^0.4.1",
"mime": "^1.3.4",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"static-site-generator-webpack-plugin": "^3.4.1",
"striptags": "^3.1.1",
"ts-loader": "^4.4.2",
"twit": "^2.2.5",
"typescript": "^2.8.1",
"url-loader": "^0.5.8",
"webfontloader": "^1.6.27",
"webpack": "^4.16.5"
},
"devDependencies": {
"@types/aws-sdk": "^0.0.42",
"@types/bluebird": "^3.5.2",
"@types/node": "^10.5.7",
"@types/react": "^16.4.7",
"@types/react-dom": "^16.0.6",
"@types/twit": "^2.2.4",
"@types/webfontloader": "^1.6.28",
"@types/webpack": "^4.4.9",
"base64-inline-loader": "^1.1.1",
"copy": "^0.3.0",
"cross-zip-cli": "^1.0.0",
"dotenv-cli": "^1.1.1",
"prettier": "^1.14.0",
"rimraf": "^2.6.1",
"ts-node": "^3.0.2",
"tslint": "^5.0.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}