-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "cnpup-www",
"description": "Ceci n'est pas une pipe",
"version": "1.0.1",
"author": "liitfr",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/liitfr/cnpup-www/issues",
"dependencies": {
"gsap": "^1.20.2",
"reshape-standard": "^3.0.0",
"spike": "^2.0.0",
"spike-css-standards": "^3.0.0",
"spike-js-standards": "^2.0.2",
"spike-optimize": "^0.1.2",
"spike-page-id": "^1.0.0",
"sugarml": "^0.6.0",
"sugarss": "^1.0.0",
"three": "^0.87.1"
},
"devDependencies": {
"ava": "^0.22.0",
"eslint": "^4.7.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"rimraf": "^2.6.1",
"snazzy": "^7.0.0",
"standard": "^10.0.2"
},
"greenkeeper": {
"ignore": [
"eslint",
"eslint-config-airbnb",
"eslint-plugin-import",
"eslint-plugin-jsx-a11y",
"eslint-plugin-react"
]
},
"homepage": "https://github.com/liitfr/cnpup-www",
"main": "app.js",
"private": true,
"repository": "https://github.com/liitfr/cnpup-www",
"scripts": {
"lint": "eslint --ignore-path .gitignore **/*.js",
"precommit": "npm run lint -s",
"pretest": "npm run lint -s",
"test": "NODE_ENV=test ava",
"start": "spike watch",
"build": "spike compile",
"prod": "NODE_ENV=production spike compile -e production"
}
}