forked from gitcoinco/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.36 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
{
"name": "gitcoin",
"version": "1.0.0",
"description": "Gitcoin is the easiest way to monetize or incentivize work in Open Source Software",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "./node_modules/eslint/bin/eslint.js --quiet --config .eslintrc ./app/assets/v2/js/*.js ./app/assets/v2/js/**/*.js ./app/assets/legacy/v2/js/*.js ./app/assets/legacy/v2/js/**/*.js ./app/assets/onepager/*.js ./app/assets/onepager/js/*.js ./app/assets/ens/*.js",
"eslint:fix": "./node_modules/eslint/bin/eslint.js --quiet --fix --config .eslintrc ./app/assets/v2/js/*.js ./app/assets/v2/js/**/*.js ./app/assets/legacy/v2/js/*.js ./app/assets/legacy/v2/js/**/*.js ./app/assets/onepager/*.js ./app/assets/onepager/js/*.js ./app/assets/ens/*.js",
"stylelint": "stylelint ./app/assets/**/**/*.css",
"stylelint:fix": "stylelint --fix ./app/assets/**/**/*.css",
"build": "webpack --config webpack.config.js --progress --colors"
},
"repository": {
"type": "git",
"url": "https://github.com/gitcoinco/web"
},
"author": "Gitcoin https://github.com/gitcoinco",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/gitcoinco/web/issues"
},
"homepage": "https://github.com/gitcoinco/web#readme",
"devDependencies": {
"eslint": "^4.19.1",
"stylelint": "^8.4.0",
"stylelint-config-recommended": "^2.1.0"
}
}