forked from gitcoinco/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.15 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": "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": "eslint --quiet --config .eslintrc ./app/assets/v2/js/**/*.js",
"stylelint": "stylelint ./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": "ISC",
"bugs": {
"url": "https://github.com/gitcoinco/web/issues"
},
"homepage": "https://github.com/gitcoinco/web#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"eslint": "^4.13.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"stylelint": "^8.4.0",
"stylelint-config-recommended": "^2.0.1",
"stylelint-webpack-plugin": "^0.9.0",
"webpack": "^3.10.0",
"webpack-bundle-tracker": "^0.2.0",
"webpack-dev-server": "^2.9.7"
}
}