-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 1021 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
{
"name": "rollup",
"version": "0.0.1",
"description": "Learn Webgl.",
"main": "build/js/main.min.js",
"scripts": {
"build": "rollup -c --build",
"dev": "rollup -c --watch"
},
"author": "NightCat <[email protected]>",
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.13.1",
"eslint-plugin-typescript": "^0.8.1",
"minimist": "^1.2.0",
"postcss": "^6.0.8",
"rollup": "^0.39.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-sass": "^0.5.3",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^3.0.0",
"typescript": "^2.6.2",
"typescript-eslint-parser": "^11.0.0"
},
"dependencies": {
"browser-sync": "^2.18.12",
"debug": "^2.6.0"
}
}