-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 817 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 817 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
32
33
34
{
"name": "pjs-preact",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "eslint . && preact test",
"start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev",
"build": "preact build",
"serve": "preact build && preact serve",
"dev": "preact watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"eslintConfig": {
"extends": "eslint-config-synacor"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-synacor": "^1.0.0",
"if-env": "^1.0.0",
"node-sass": "^4.5.3",
"preact-cli": "^1.1.0",
"sass-loader": "^6.0.5"
},
"dependencies": {
"pjs-problems": "^1.0.4",
"preact": "^8.1.0",
"preact-compat": "^3.16.0",
"preact-router": "^2.5.2",
"random-js": "^1.0.8"
}
}