-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 895 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
{
"name": "tilt",
"version": "1.0.0",
"description": "Bytebeat-inspired live coding thingie",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "yarn build && next export"
},
"keywords": [],
"author": "Damián Silvani",
"license": "GPL-3.0+",
"dependencies": {
"ace-builds": "^1.4.12",
"lzwcompress": "^0.4.0",
"next": "^9.4.4",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-ace": "8.0.0",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"prettier": "^1.18.2"
}
}