-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 739 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 739 Bytes
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
{
"name": "three-start",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server"
},
"keywords": [],
"author": "Yassine Bakiri",
"license": "ISC",
"dependencies": {
"gsap": "^1.19.1",
"jquery": "^3.2.1",
"normalize-css": "^2.3.1",
"orbit-controls-es6": "^1.0.10"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"browser-sync": "^2.18.8",
"browser-sync-webpack-plugin": "^1.1.4",
"glslify-loader": "^1.0.2",
"raw-loader": "^0.5.1",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
}
}