-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "ske-12-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "neutrino build",
"start": "neutrino start",
"lint": "neutrino lint",
"test": "neutrino test",
"lint:fix": "neutrino lint --fix",
"prettier:fix": "prettier --write '**/*.{js,jsx}'"
},
"keywords": [],
"author": "SKE-12",
"license": "MIT",
"dependencies": {
"@neutrinojs/env": "^8.3.0",
"dotenv": "^6.0.0",
"element-react": "^1.4.21",
"element-theme-default": "^1.4.13",
"firebase": "^5.5.2",
"mobx": "^5.0.4",
"mobx-react": "^5.2.5",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^4.3.4",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.3.1",
"recompose": "^0.28.2",
"styled-components": "^3.4.2"
},
"devDependencies": {
"@neutrinojs/jest": "^8.3.0",
"@neutrinojs/react": "^8.3.0",
"@neutrinojs/standardjs": "^8.3.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"husky": "^1.1.1",
"neutrino": "^8.3.0",
"prettier": "^1.14.3",
"webpack-chain": "^4.9.0"
}
}