-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.47 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
{
"name": "Fast-prototype-starter",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"jshintConfig": ".jshintrc",
"scripts": {
"start": "webpack-dev-server --progress --colors --no-info --client-log-level error",
"serve": "webpack-dev-server --progress --colors",
"build": "NODE_ENV=production webpack --optimize-minimize --progress --colors"
},
"author": "Jojo | Jordan Machado",
"license": "CC-BY-NC-ND-4.0",
"license_url": "https://spdx.org/licenses/CC-BY-NC-ND-4.0",
"devDependencies": {
"assets-loader": "^0.5.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"chokidar": "^1.7.0",
"css-loader": "^0.28.7",
"domready": "^1.0.8",
"events": "^1.1.1",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^4.0.1",
"html-webpack-plugin": "^2.30.1",
"ip": "^1.1.5",
"jsonminify": "^0.4.1",
"minimist": "^1.2.0",
"node-dir": "^0.1.17",
"node-sass": "^4.5.3",
"open-browser-webpack-plugin": "0.0.5",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"dat.gui": "^0.7.5",
"fast-url-parser": "^1.1.3"
}
}