-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "reactriot2018-dan",
"version": "0.0.0",
"description": "Dan clicker game",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"deploy": "[email protected] SURGE_TOKEN=0c2a83c7890aa0a060c37a9b88cffd9d surge ./dist dan-corp.surge.sh",
"precommit": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hackbit/reactriot2018-dan.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hackbit/reactriot2018-dan/issues"
},
"homepage": "https://github.com/Hackbit/reactriot2018-dan#readme",
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"parcel-bundler": "^1.9.7"
},
"dependencies": {
"date-fns": "^1.29.0",
"husky": "^0.14.3",
"lodash-es": "^4.17.11",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"surge": "^0.20.1",
"unstated": "^2.1.1"
}
}