-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
44
45
46
47
48
49
{
"name": "redshift-controller",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "eslint src && preact test",
"start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev",
"build": "preact build --no-prerender",
"serve": "preact build --no-prerender && preact serve",
"dev": "preact watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"eslintConfig": {
"extends": "eslint-config-synacor"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-synacor": "^1.1.2",
"if-env": "^1.0.4",
"preact": "^8.4.2",
"preact-cli": "^2.2.1",
"preact-range-slider": "^0.2.0",
"tslib": "^1.9.3"
},
"dependencies": {
"basiccontext": "^3.5.1",
"basicgrid": "^3.1.2",
"basicmodal": "^3.3.9",
"brace": "^0.11.1",
"coloreact": "^0.2.4",
"decko": "^1.2.0",
"es6-shim": "^0.35.5",
"linkstate": "^1.1.1",
"preact-compat": "^3.18.5",
"preact-portal": "^1.1.3",
"preact-router": "^2.6.1",
"prismjs": "^1.24.0",
"rc-collapse": "^1.11.1",
"react-ace": "^6.5.0",
"react-color": "^2.17.3",
"react-icons": "^2.2.7",
"react-simple-code-editor": "^0.9.10",
"react-sortable-hoc": "^0.6.8",
"react-view-slider": "^3.0.7"
}
}