-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
{
"private": true,
"name": "@statematters/web",
"version": "1.0.0",
"scripts": {
"develop": "next",
"build": "next build",
"start": "next start"
},
"keywords": [
"react",
"nextjs",
"styled-components"
],
"contributors": [
"Patrick Krawczykowski <patrick@dreadful.design>"
],
"prettier": {
"semi": false,
"trailingComma": "all"
},
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.2.2",
"@statematters/components": "^1.1.0",
"@styled-system/css": "^5.1.5",
"apollo-link-prismic": "^1.0.6",
"axios": "^0.20.0",
"clsx": "^1.0.4",
"dotenv": "^8.0.0",
"graphql": "^15.3.0",
"next": "^9.5.4",
"polished": "^3.4.2",
"prismic-javascript": "^3.0.2",
"prismic-reactjs": "^1.1.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-ga": "^3.1.2",
"react-spring": "^8.0.27",
"styled-components": "^5.2.0",
"styled-system": "^5.1.5"
},
"devDependencies": {
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-styled-components": "^1.10.0"
}
}