-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 991 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
38
39
40
{
"name": "f3.js",
"version": "1.0.0",
"description": "f3.js",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack --watch",
"demo": "webpack --config webpack.config.demo.js --watch"
},
"keywords": [
"f3.js"
],
"author": "zzc",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.16.0",
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"file-loader": "^0.9.0",
"jquery": "^3.0.0",
"json-loader": "^0.5.4",
"latest": "^0.2.0",
"node-sass": "^3.8.0",
"sass-loader": "^3.2.1",
"style-loader": "^0.13.1",
"to-string-loader": "^1.1.5",
"tojson-loader": "^1.0.4",
"tween.js": "^16.3.4",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
},
"dependencies": {
"stats.js": "^0.17.0"
}
}