-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.83 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
53
54
55
56
57
58
{
"name": "oasis",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:ThunderCake/Oasis.git",
"author": "Felix Yadomi <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "NODE_ENV=development node api/index.js",
"start": "NODE_ENV=production node api/index.js",
"build": "NODE_ENV=production webpack --mode production --config webpack.production.js"
},
"dependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"chalk": "^2.4.1",
"chokidar": "^2.0.3",
"concurrently": "^3.5.1",
"express": "^4.16.3",
"jsonfile": "^4.0.0",
"md5-file": "^4.0.0",
"nedb": "^1.8.0",
"nodemon": "^1.17.4",
"rafini": "https://github.com/yadomi/rafini#4ce8ca682ba7250592142f166c6aeea29205b606",
"request": "^2.86.0",
"rsync": "^0.6.1"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.47",
"@babel/polyfill": "^7.0.0-beta.47",
"@babel/preset-env": "^7.0.0-beta.47",
"@babel/preset-es2017": "^7.0.0-beta.47",
"@babel/preset-react": "^7.0.0-beta.47",
"@babel/preset-stage-0": "^7.0.0-beta.47",
"babel-eslint": "^8.2.3",
"babel-loader": "^8.0.0-beta",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-standard": "^3.1.0",
"grommet": "^1.10.1",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-router-dom": "^4.2.2",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2"
},
"peerDependencies": {}
}