-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 969 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": "simplistic_redo_with_workers",
"version": "1.0.0",
"license": "MIT",
"browserslist": [
"last 2 Chrome versions"
],
"prettier": {},
"scripts": {
"build": "parcel build src/index.html",
"start": "parcel src/index.html src/worker/index.js",
"clean": "rm -rf .cache dist"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"babel-plugin-macros": "^2.8.0",
"babel-polyfill": "^6.26.0",
"common-tags": "^1.8.0",
"lz-string": "^1.4.4",
"prismjs": "^1.19.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-icons": "^3.8.0",
"react-inspector": "^4.0.0",
"react-range": "^1.4.9",
"react-simple-code-editor": "^0.11.0",
"react-use": "^13.20.0",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"parcel-bundler": "^1.12.4",
"sass": "^1.24.5",
"typescript": "^3.7.5"
}
}