-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 3.17 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "live",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.8",
"bootstrap": "^5.1.0",
"file-saver": "^2.0.5",
"graphql": "^15.5.1",
"immer": "^9.0.6",
"jzz": "^1.3.9",
"jzz-synth-tiny": "^1.2.7",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-beta.6",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-icons": "^4.2.0",
"react-scripts": "^5.0.1",
"react-spring": "^8.0.0",
"scribbletune": "^5.0.0-alpha.2",
"soundfont-player": "^0.12.0",
"toasted-notes": "^3.2.0",
"tone": "^14.7.77",
"webmidi": "^2.5.2",
"zen-observable": "^0.8.15"
},
"scripts": {
"postinstall:debug": "echo postinstall:debug && npm run postinstall:debug-tonejs",
"postinstall:debug-tonejs": "echo postinstall:debug-tonejs && npm link tone && npm run webpack:override",
"postinstall:debug-scribbletune": "echo postinstall:debug-scribbletune && npm link scribbletune && npm run webpack:override",
"webpack:override": "echo webpack:override && cp node_modules=react-scripts=config=webpack.config.js.debug node_modules/react-scripts/config/webpack.config.js",
"lint": "eslint --ignore-path .gitignore ./",
"lint:fix": "eslint --ignore-path .gitignore ./ --fix",
"lint:css:fix": "stylelint --ignore-path .gitignore --fix \"**/*.css\"",
"lint:log-rules": "npx eslint --print-config sec/index.js > log.eslintrc.json",
"start": "npm run generate && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"graphql:update-schema": "apollo client:download-schema schema.graphql",
"generate": "graphql-codegen --config codegen.yml",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": ".eslintrc.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@graphql-codegen/cli": "2.16.5",
"@graphql-codegen/fragment-matcher": "3.1.0",
"@graphql-codegen/introspection": "2.1.0",
"@playlyfe/gql": "^2.6.2",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^8.1.8",
"@storybook/addon-links": "^6.3.7",
"@storybook/node-logger": "^6.3.7",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^8.0.4",
"apollo": "^2.33.4",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-compat": "^3.13.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"prettier": "^2.3.2",
"raw-loader": "^4.0.2",
"source-map-loader": "^1.1.3",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^22.0.0"
}
}