-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
33 lines (33 loc) · 961 Bytes
/
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
{
"name": "DropOut",
"version": "6.0.4",
"description": "magical-girl.site version_6.0.1",
"main": "webpack.config.js",
"scripts": {
"start": "http-server -p 8080 public",
"build": "webpack --progress --colors",
"watch": "webpack --watch --colors"
},
"repository": "[email protected]:yuki540net/DropOut.git",
"author": "yuki540 <[email protected]>",
"license": "MIT",
"private": false,
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015-riot": "^1.1.0",
"css-loader": "^0.28.11",
"dotenv": "^5.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"http-server": "^0.11.1",
"node-sass": "^4.8.3",
"node-sass-glob-importer": "^5.1.1",
"riot": "^3.9.0",
"riot-hot-reload": "^1.0.0",
"riot-tag-loader": "^2.0.2",
"sass-loader": "^6.0.7",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.14"
}
}