forked from gitcoinco/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.53 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
{
"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/onepager/js/*.js' './cypress/**/**/*.js'",
"eslint:fix": "./node_modules/eslint/bin/eslint.js --quiet --fix --config .eslintrc './app/assets/v2/js/**/**/*.js' ./app/assets/onepager/js/*.js",
"stylelint": "stylelint './app/assets/v2/scss/**/**/*.scss'",
"stylelint:fix": "stylelint --fix './app/assets/v2/scss/**/**/*.scss'",
"build": "webpack --mode production --progress",
"webpack": "webpack --mode development --progress --watch"
},
"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": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"cypress": "^3.4.1",
"eslint": "^7.14.0",
"glob": "^7.1.6",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.2.0",
"stylelint-scss": "^3.19.0",
"uglify-js": "^3.13.4",
"webpack": "^5.36.0",
"webpack-cli": "^4.6.0",
"webpack-watched-glob-entries-plugin": "^2.1.9"
}
}