forked from acord-robotics/api-heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 915 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
36
37
{
"name": "project-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"airtable": "^0.11.1",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"concurrently": "^6.2.0",
"cotter": "^0.3.34",
"cotter-node": "^0.1.3",
"cotter-token-js": "^0.1.11",
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"less-loader": "^9.0.0",
"next": "^10.2.3",
"pg": "^8.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"style-loader": "^2.0.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
},
"devDependencies": {
"@architect/sandbox": "^3.6.0"
}
}