-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.38 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
50
51
52
{
"name": "code-nus",
"version": "1.0.0",
"scripts": {
"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",
"scrape": "node scrape",
"lint": "eslint .",
"test": "jest --watch"
},
"dependencies": {
"algoliasearch": "^3.30.0",
"bootstrap": "^4.1.3",
"dotenv": "^6.0.0",
"preact": "^8.3.1",
"preact-compat": "^3.18.4",
"preact-router": "^2.6.1",
"react-instantsearch": "^4.4.0",
"react-instantsearch-theme-algolia": "^4.5.2"
},
"devDependencies": {
"copy-webpack-plugin": "^4.3.1",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-synacor": "^2.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.4.0",
"github": "^13.0.1",
"graphql-request": "^1.4.1",
"if-env": "^1.0.0",
"jest": "^22.0.4",
"lodash": "^4.17.4",
"node-sass": "^4.7.2",
"preact-cli": "^2.2.1",
"preact-cli-plugin-netlify": "^1.1.0",
"prettier": "^1.9.2",
"sass-loader": "^6.0.6",
"write-file-atomic": "^2.3.0"
},
"license": "MIT",
"browserslist": [
"last 2 versions",
"iOS >= 10",
"Safari >= 9",
"not ie <= 11"
]
}