-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 995 Bytes
/
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
{
"name": "animweb",
"version": "0.0.1",
"description": "package for animweb",
"main": "index.js",
"scripts": {
"start": "webpack --watch & python -m SimpleHTTPServer 1234"
},
"author": "chenx",
"license": "ISC",
"dependencies": {
"animejs": "^2.0.1",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2016": "^6.11.3",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.5.0",
"css-loader": "^0.27.3",
"html-loader": "^0.4.5",
"jquery": "^3.1.1",
"node-sass": "^4.5.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.3",
"scss-loader": "0.0.1",
"style-loader": "^0.13.2",
"webpack": "^1.14.0",
"xstream": "^9.3.0"
},
"devDependencies": {
"babel-plugin-transform-react-jsx": "^6.23.0",
"file-loader": "^0.10.1",
"url-loader": "^2.1.0"
}
}