-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.14 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
{
"name": "frontend-playground",
"version": "1.0.0",
"description": "Canvas and CSS is a playground for the front end web.",
"scripts": {
"build": "webpack",
"build:watch": "webpack --watch"
},
"dependencies": {
"three": "^0.89.0",
"three-orbitcontrols": "^2.0.0"
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"node-sass": "^4.1.1",
"postcss-loader": "^1.2.1",
"sass-loader": "^4.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
},
"author": "Chikara Chan",
"repository": {
"type": "git",
"url": "https://github.com/chikara-chan/frontend-playground.git"
},
"license": "MIT"
}