-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
37
38
39
40
41
{
"name": "apartheid-no",
"version": "1.0.0",
"description": "",
"main": "rollup.config.js",
"scripts": {
"develop": "rollup --config ./rollup.config.js --watch",
"build": "NODE_ENV=production rollup --config ./rollup.config.js",
"lint": "prettier *.php **/*.php **/**/*.php static/scripts/*.js --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gustavpursche/apartheid-no.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gustavpursche/apartheid-no/issues"
},
"homepage": "https://github.com/gustavpursche/apartheid-no#readme",
"dependencies": {
"domready": "^1.0.8",
"get-video-id": "^3.1.4",
"sass-mq": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@prettier/plugin-php": "^0.11.2",
"node-sass": "^4.13.0",
"prettier": "^1.18.2",
"rollup": "^1.26.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-cpy": "^2.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^5.1.2"
}
}