-
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.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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": "bacana",
"version": "1.0.0",
"description": "Simple platform for viewing three.js scenes",
"repository": "https://github.com/jacobhamblin/bacana",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack -w --progress"
},
"author": "Jacob Hamblin",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.1.2",
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.26.1",
"dat-gui": "^0.5.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-react": "^6.8.0",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.9.0",
"gsap": "^1.18.2",
"json-loader": "^0.5.4",
"node-sass": "^4.1.1",
"path": "^0.12.7",
"postcss-loader": "^1.2.1",
"postcss-smart-import": "^0.6.7",
"precss": "^1.3.0",
"raw-loader": "^0.5.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.0",
"three": "^0.73.0",
"url-loader": "^0.5.7",
"webpack": "^2.2.1"
}
}