-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 915 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 915 Bytes
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
{
"name": "arvonta",
"version": "0.1.0",
"private": true,
"homepage": "http://skydivejkl.github.io/arvonta",
"dependencies": {
"babel-plugin-glamorous-displayname": "^2.1.0",
"glamor": "^2.20.40",
"glamorous": "^4.9.7",
"idb-keyval": "^2.3.0",
"prettier": "^1.7.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts-ts": "2.7.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@types/jest": "^21.1.2",
"@types/node": "^8.0.32",
"@types/react": "^16.0.9",
"@types/react-dom": "^16.0.0",
"gh-pages": "^1.0.0"
}
}