-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.json
31 lines (31 loc) · 1.02 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
{
"name": "@slater/theme",
"version": "1.8.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": {
"slater": "^1.8.0"
},
"dependencies": {
"choozy": "0.0.3",
"lazim": "^1.0.0",
"mitt": "^1.1.3",
"operator": "^1.4.0",
"picoapp": "^3.1.3",
"sliced": "^1.0.1",
"svbstrate": "^4.1.1",
"unfetch": "^4.1.0"
},
"gitHead": "5068db0b2661b5e4a94a7a439e5919c4cc13c837"
}