-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 846 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
{
"name": "browser-sample",
"description": "xobj browser sample",
"version": "0.3.24",
"private": true,
"author": "Clark Kent",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/superman2211/xobj"
},
"bugs": {
"url": "https://github.com/superman2211/xobj/issues"
},
"homepage": "https://github.com/superman2211/xobj#readme",
"scripts": {
"build": "node scripts/build.js",
"serve": "yarn http-server ./dist -o",
"start": "yarn build && yarn serve",
"lint": "yarn eslint --fix ./src/*.js",
"clean": "rimraf dist",
"clean-pages": "rimraf node_modules"
},
"dependencies": {
"@xobj/core": "1.3.2"
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"http-server": "^14.1.0",
"rimraf": "^3.0.2"
}
}