-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 980 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
33
34
35
36
37
{
"name": "spoon-check",
"repository": "https://github.com/jamesread/spoon-check",
"version": "2.0.0",
"description": "",
"main": "node-http-server.js",
"targets": {
"main": false
},
"scripts": {
"start": "node .",
"build": "yarn install && make",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@parcel/service-worker": "^2.12.0",
"connect": "^3.7.0",
"parcel": "^2.12.0",
"serve-static": "^1.16.2",
"stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.0"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.12.0",
"@parcel/transformer-pug": "^2.12.0",
"@parcel/transformer-webmanifest": "^2.12.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"postcss": "^8.3.5",
"pug": "^3.0.3"
}
}