-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
34 lines (34 loc) · 1.1 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
{
"name": "scrroll-in",
"version": "1.0.0",
"scripts": {
"build": "rollup -c && yarn build:popup",
"build:popup": "cd popup && rollup -c",
"dev": "concurrently \"rollup -c -w\" \"cd popup && rollup -c -w\""
},
"main": "index.js",
"repository": "https://github.com/devfolioco/scrroll-in.git",
"license": "MIT",
"dependencies": {
"uuid": "8.3.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"concurrently": "^6.0.0",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0",
"rollup": "^2.3.4",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-uglify": "^6.0.4",
"svelte": "^3.0.0"
}
}