-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
41
{
"name": "webgl-simplify",
"version": "1.0.0",
"description": "",
"private": "true",
"scripts": {
"test": "mocha --compilers js:babel-core/register 'test/**/*.@(js|jsx)'",
"deploy": "./deploy.sh"
},
"author": "Fabian Zeindl <fabian.zeindl@gmail.com>",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"classnames": "^2.2.4",
"css-loader": "^0.23.1",
"css-text-align": "^1.0.0",
"file-loader": "^0.8.5",
"jsdom": "^8.4.0",
"json-loader": "^0.5.4",
"lodash": "^4.11.1",
"mocha": "^2.4.5",
"normalize.css": "^4.1.1",
"postcss-loader": "^0.8.2",
"raw-loader": "^0.5.1",
"react": "^15.0.1",
"react-addons-perf": "^15.0.1",
"react-dom": "^15.0.1",
"simplify-js": "^1.2.1",
"style-loader": "^0.13.1",
"tachyons": "^4.0.0",
"three": "^0.76.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"babel-plugin-check-data-access": "^3.0.0",
"lodash": "^4.11.1"
}
}