-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "backbone-webpack",
"version": "1.0.0",
"description": "Backbone.js and Webpack 4 starter package",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open ",
"dist": "webpack --mode production"
},
"keywords": [],
"author": "Cyril Vimard",
"license": "ISC",
"dependencies": {
"ak-template": "0.0.6",
"backbone": "^1.3.3",
"dat.gui": "^0.7.5",
"html-loader": "^0.5.5",
"jquery": "3.3.1",
"moment": "^2.23.0",
"socketio": "^1.0.0",
"three": "^0.101.1",
"three-orbit-controls": "^82.1.0",
"underscore": "1.9.1"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "8.2.6",
"babel-loader": "7.1.4",
"babel-preset-env": "1.6.1",
"css-loader": "1.0.0",
"eslint": "5.6.0",
"eslint-loader": "2.1.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "0.4.3",
"node-sass": "4.9.3",
"sass-loader": "7.1.0",
"style-loader": "0.23.0",
"webpack": "4.19.1",
"webpack-cli": "2.0.10",
"webpack-dev-server": "3.1.0"
}
}