-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1001 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": "vuxel",
"version": "0.0.4",
"description": "Open Source Voxel editor",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html --no-source-maps",
"build:gh-pages": "parcel build src/index.html --no-source-maps --public-url /Vuxel/"
},
"author": "Perkovec <perkovec24@gmail.com>",
"license": "MIT",
"dependencies": {
"@jaames/iro": "^5.1.5",
"event-lite": "^0.1.2",
"micromodal": "^0.4.6",
"purecss": "^2.0.3",
"storeon": "^3.0.2",
"three": "^0.117.1",
"tippy.js": "^6.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.3",
"parcel": "^1.12.4",
"posthtml-include": "^1.4.0"
}
}