-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 977 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
{
"name": "mark-three",
"version": "0.0.1",
"description": "Mark Three - The SL MK III template editor for speed demons and power users",
"main": "index.js",
"keywords": [],
"author": "Rasheed Abdul-Aziz",
"license": "MIT",
"scripts": {
"clean": "rm -rf dist && rm -rf .cache",
"start": "parcel src/index.html",
"build-prod": "parcel build src/index.html"
},
"dependencies": {
"@reduxjs/toolkit": "^1.4.0",
"lodash": "^4.17.20",
"midi": "^1.0.0",
"normalizr": "^3.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"tailwindcss": "^1.8.10",
"templates": "^1.2.9",
"webmidi": "^2.5.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"autoprefixer": "^9.0.0",
"eslint": "^7.9.0",
"eslint-plugin-react": "^7.21.2",
"parcel-bundler": "^1.12.4",
"postcss-modules": "^3.2.2"
}
}