-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
34 lines (34 loc) · 984 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
34
{
"name": "JSGS",
"version": "0.0.9",
"main": "index.js",
"author": "Burak Can",
"license": "MIT",
"repository": "https://gitlab.com/burakcan/jsgs.git",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && NODE_ENV=production node ./utils/build",
"start-dev": "NODE_ENV=development node ./utils/build"
},
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.25.0",
"escodegen": "^1.8.1",
"estraverse": "^4.2.0",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"json-loader": "^0.5.4",
"lua2js": "^0.0.11",
"normalize.css": "^5.0.0",
"rimraf": "^2.5.4",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"uglify-js": "github:mishoo/UglifyJS2#harmony",
"webpack": "2.1.0-beta.25",
"webpack-dev-middleware": "^1.8.4"
}
}