forked from 36base/36base.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.72 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.72 KB
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
{
"name": "36db.github.io",
"version": "1.0.0",
"description": "소녀전선 데이터베이스",
"main": "index.js",
"scripts": {
"test": "test",
"lint": "./node_modules/.bin/eslint ./src --ext .js,.jsx",
"start": "node_modules/.bin/webpack-dev-server --config ./webpack/dev.config.js --progress --colors",
"build": "webpack --verbose --color --display-error-details --config webpack/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/36DB/36DB.github.io"
},
"author": "Angrypepsi",
"license": "MIT",
"bugs": {
"url": "https://github.com/36DB/36DB.github.io/issues"
},
"homepage": "https://github.com/36DB/36DB.github.io#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^0.28.10",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"file-loader": "^1.1.9",
"react-hot-loader": "^3.1.3",
"style-loader": "^0.20.2",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^0.6.2",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"extract-text-webpack-plugin": "^3.0.2",
"girlsfrontline-core": "^0.1.7",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2"
}
}