-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "2020",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx rollup -c rollup.config.js -w",
"build": "NODE_ENV=production && npx rollup -c rollup.config.build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-node-resolve": "^9.0.0",
"install": "^0.13.0",
"npm": "^6.14.8",
"rollup": "^2.23.0",
"rollup-plugin-bundle-html": "^0.2.2",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-es6-class-minify": "^1.2.0",
"rollup-plugin-html2": "^2.0.0",
"rollup-plugin-img": "^1.1.0",
"rollup-plugin-kontra": "^1.0.1",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-serve": "^1.0.3",
"rollup-plugin-sourcemaps": "^0.6.2",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-strip-code": "^0.2.7",
"rollup-plugin-terser": "^6.1.0"
},
"dependencies": {
"kontra": "^7.1.2",
"seedrandom": "^3.0.5",
"shifty": "^2.12.0"
}
}