-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 913 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": "bitsy-converter",
"version": "0.11.2",
"private": true,
"homepage": ".",
"dependencies": {
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"bitsy-parser": "^0.1.0",
"json-stringify-pretty-compact": "^2.0.0",
"lodash-es": "^4.17.15",
"prismjs": "^1.17.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-ga": "^2.7.0",
"react-scripts": "5.0.1",
"react-simple-code-editor": "^0.10.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"promise-fs": "^2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns \"node_modules/(?!lodash-es)/\" --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}