-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 918 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": "legi-ui",
"version": "1.0.0",
"main": "index.js",
"author": "Julien Bouquillon <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "node server",
"build": "next build",
"start": "NODE_ENV=production node server"
},
"dependencies": {
"@material-ui/core": "^3.6.2",
"@material-ui/icons": "^3.0.1",
"@socialgouv/next-routes": "^1.5.1",
"@zeit/next-css": "^1.0.1",
"classnames": "^2.2.6",
"date-fns": "^1.30.1",
"express": "^4.16.4",
"fuse.js": "^3.3.0",
"memoizee": "^0.4.14",
"next": "^7.0.2",
"node-fetch": "^2.3.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-autocomplete": "^1.8.1",
"react-dom": "^16.6.3",
"react-jss": "^8.6.1",
"react-ui-tree": "^4.0.0",
"striptags": "^3.1.1",
"styled-components": "^4.1.2",
"unist-util-find": "^1.0.1",
"unist-util-map": "^1.0.4"
}
}