-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
42
43
44
{
"name": "abduct",
"version": "1.0.0",
"description": "It's a game to you compare yours contributions",
"main": "index.js",
"scripts": {
"webpack:dev": "webpack -d",
"webpack:watch-dev": "webpack -d --watch",
"sass": "sass dev/sass/main.sass static/style/app.css",
"sass:dev": "sass --watch dev/sass/main.sass:static/style/app.css",
"server:dev": "lite-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeffersonmourak/abduct.git"
},
"keywords": [
"abduct",
"github",
"jeffersonmourak"
],
"author": "jeffersonmourak",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeffersonmourak/abduct/issues"
},
"homepage": "https://github.com/jeffersonmourak/abduct#readme",
"devDependencies": {
"webpack": "^1.13.2"
},
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"classnames": "^2.2.5",
"downloadbutton": "^1.0.0",
"jquery": "^3.1.0",
"lite-server": "^2.2.2",
"lodash": "^4.17.4",
"react": "^15.3.1",
"react-dom": "^15.3.1"
}
}