-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 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
{
"name": "canjs-webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --watch webpack.config.js --exec \"webpack-dev-server --progress\"",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.2",
"can-component": "^3.1.0",
"can-map": "^3.2.0",
"can-stache": "^3.1.0",
"can-stache-loader": "^1.0.0-beta",
"css-loader": "^0.28.4",
"eslint": "^3.0.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-require-path-exists": "^1.1.7",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.29.0",
"html-webpack-template": "^6.0.1",
"jquery": "^3.2.1",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"normalize.css": "^7.0.0",
"source-map-loader": "^0.2.1",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
}
}