forked from claroline/Distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 907 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
35
36
{
"name": "claroline-core",
"version": "1.0.0",
"description": "core dev dependencies",
"dependencies": {
"assets-webpack-plugin": "^3.4.0",
"async": "^1.5.2",
"autoprefixer": "^6.3.1",
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-plugin-transform-runtime": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"bower": "^1.7.7",
"colors": "^1.1.2",
"cssnano": "^3.4.0",
"eslint": "^2.13.1",
"filesystem-bower-resolver": "^1.2.0",
"imports-loader": "^0.6.5",
"less": "^2.5.3",
"mocha": "^2.4.5",
"postcss-cli": "^2.5.0",
"raw-loader": "^0.5.1",
"shelljs": "^0.5.3",
"standard": "^6.0.8",
"uglify-js": "^2.6.2",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1",
"webpack-fail-plugin": "^1.0.4"
},
"scripts": {
"test": "mocha Resources/scripts/test"
},
"files": [
"package.json"
]
}