forked from edusoho/edusoho
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "webpack-symfony-builder",
"version": "1.0.0",
"description": "webpack-symfony-builder",
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT",
"bugs": {
"url": ""
},
"devDependencies": {
"es-webpack-engine": "^2.1.9",
"webpack": "^1.14.0"
},
"dependencies": {
"babel-polyfill": "6.5.0",
"bootstrap": "3.3.7",
"bootstrap-daterangepicker": "2.1.24",
"bootstrap-notify": "3.1.3",
"console-polyfill": "0.2.3",
"echarts": "3.3.1",
"es-ckeditor": "latest",
"es5-shim": "4.5.9",
"fetch-ie8": "1.4.3",
"font-awesome": "4.6.3",
"html5shiv": "3.7.3",
"jquery": "1.12.4",
"jquery-form": "3.50.0",
"jquery-validation": "1.15.1",
"moment": "2.16.0",
"reset.css": "2.0.2",
"respond.js": "1.4.2",
"typeahead.js": "0.11.1",
"intro.js": "2.4.0"
},
"scripts": {
"start": "npm run dev",
"dev": "NODE_ENV=development babel-node ./app/Resources/webpack/webpack.dev.js",
"compile": "NODE_ENV=production babel-node ./node_modules/.bin/webpack --progress --config ./app/Resources/webpack/webpack.js",
"compile:debug": "npm run compile -- --debugMode=true",
"lint": "eslint src"
}
}