-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.31 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
{
"name": "@useallfive/slater-base",
"version": "0.0.1",
"scripts": {
"start": "slater watch",
"build": "slater build",
"deploy:development": "slater build && slater sync",
"deploy:production": "slater build && slater sync --theme production",
"test:start": "slater watch --config test.config.js",
"test:build": "slater build --config test.config.js",
"test:deploy": "slater build --config test.config.js && slater sync --config test.config.js",
"test:deploy:production": "slater build --config test.config.js && slater sync --theme production --config test.config.js"
},
"author": "https://thecouch.nyc",
"license": "MIT",
"homepage": "https://github.com/the-couch/slater#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.4",
"slater": "^1.8.0"
},
"dependencies": {
"choozy": "0.0.6",
"gridlex": "^2.7.1",
"lazim": "^2.0.1",
"mitt": "^1.2.0",
"picoapp": "^3.6.1",
"sliced": "^1.0.1",
"unfetch": "^4.1.0"
},
"gitHead": "59009c48bf724a0f868261cc0154c757f82aea14"
}