-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 875 Bytes
/
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
{
"name": "move-over",
"version": "1.0.0",
"description": "MoveOver is a [Canva](https://www.canva.com) style landing page.",
"main": "canva.js",
"scripts": {
"start": "webpack -d --watch",
"build": "webpack -p --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhirzh/moveover.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhirzh/moveover/issues"
},
"homepage": "https://github.com/zhirzh/moveover#readme",
"dependencies": {
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-latest": "^6.14.0",
"babel-register": "^6.14.0",
"eslint": "^3.6.0",
"eslint-config-airbnb": "^11.2.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"webpack": "^1.13.2"
}
}