forked from escher/escher.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 766 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 766 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
{
"name": "escher.github.io",
"version": "1.7.1",
"homepage": "https://escher.github.io",
"private": false,
"dependencies": {
"@just-boris/preact-scripts": "1.1.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"escher": "1.7.1",
"history": "^4.7.2",
"preact": "^8.2.7",
"preact-compat": "^3.18.0",
"preact-router": "^2.6.0",
"snazzy": "^7.0.0",
"standard": "^12.0.1",
"webpack": "^3.10.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"copy": "rm -rf static && cp -rf build/* .",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "standard --fix | snazzy"
},
"standard": {
"parser": "babel-eslint"
}
}