forked from Nick011/secretnodesorg-full
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 1.04 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
{
"version": "0.0.291",
"license": "MIT",
"scripts": {
"dev": "next src",
"build": "next build src",
"start": "next start src",
"export": "next build src && next export src"
},
"dependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"@material-ui/styles": "^3.0.0-alpha.10",
"@material/radio": "^1.1.0",
"@zeit/next-source-maps": "^0.0.3",
"currency-symbol-map": "^4.0.4",
"fontfaceobserver": "^2.1.0",
"lodash.startcase": "^4.4.0",
"lodash.upperfirst": "^4.3.1",
"next": "^8.0.1",
"node-sass": "^4.11.0",
"numeral": "^2.0.6",
"react": "^16.8.2",
"react-bootstrap-table": "^4.3.1",
"react-bootstrap-table-next": "^3.1.1",
"react-dom": "^16.8.2",
"react-select-currency": "^1.0.7",
"styled-jsx-plugin-sass": "^1.0.0"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"standard": "^12.0.1",
"yarn": "^1.13.0"
}
}