-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "fretscored",
"version": "1.0.0",
"description": "endless guitar exercises",
"main": "main.js",
"scripts": {
"start": "cross-env NODE_ENV=development parcel index.html",
"build": "rm -rf dist; cross-env NODE_ENV=production parcel build index.html --no-minify --public-url ./",
"deploy": "git push origin `git subtree split --prefix dist gh-pages`:gh-pages --force",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackwood/fretscored.git"
},
"author": "Miles Blackwood <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blackwood/fretscored/issues"
},
"homepage": "https://github.com/blackwood/fretscored#readme",
"prettier": {
"trailingComma": "es5"
},
"dependencies": {
"acorn": "^6.4.1",
"babel-preset-react": "^6.24.1",
"basscss": "^7.1.1",
"minimist": "^1.2.2",
"parcel-bundler": "^1.12.4",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"react-is": ">= 16.8.0",
"set-value": "^2.0.1",
"styled-components": "^5.0.1",
"teoria": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.2.1"
}
}