forked from Onyx-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 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": "skeleton",
"version": "1.0.0",
"description": "PHP application skeleton based on Silex 2. Promote framework agnostic conception.",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack-dev-server --config webpack.watch.js",
"build": "webpack --config webpack.prod.js",
"build:dev": "webpack --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skimi/skeleton.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/skimi/skeleton/issues"
},
"homepage": "https://github.com/skimi/skeleton#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"bootstrap": "^4.0.0-alpha.5",
"chunk-manifest-webpack-plugin": "^1.0.0",
"core-js": "^2.4.1",
"css-loader": "^0.26.1",
"extract-loader": "^0.1.0",
"extract-text-webpack-plugin": "^2.0.0-rc.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"node-sass": "^4.0.0",
"sass-loader": "^2.0.1",
"style-loader": "^0.13.1",
"tether": "^1.4.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0",
"webpack-manifest-plugin": "^1.1.0",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "^2.0.0",
"write-file-webpack-plugin": "^3.4.2"
}
}