-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 822 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 822 Bytes
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
{
"name": "max",
"sideEffects": false,
"version": "1.0.0",
"description": "Min Project",
"main": "bootstrap.js",
"scripts": {
"dev": "min dev",
"build": "min build",
"start": "min start",
"analyze": "min analyze"
},
"keywords": [
"min",
"react"
],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "next",
"@material-ui/icons": "next",
"@material-ui/styles": "next",
"@pickjunk/min": "github:pickjunk/min#develop",
"babel-plugin-import": "^1.11.0",
"clsx": "1.0.3",
"color": "^3.1.0",
"cross-env": "5.2.0",
"js-cookie": "2.2.0",
"jss": "next",
"jss-preset-default": "next",
"lodash": "4.17.11",
"raven-js": "3.27.0",
"rxjs": "6.4.0"
},
"devDependencies": {
"@types/node": "^11.13.7"
}
}