-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 852 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 852 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
{
"name": "ruian",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test:types": "tsc --noEmit"
},
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"await-to-js": "^2.1.1",
"isomorphic-fetch": "^2.2.1",
"lodash.memoize": "^4.1.2",
"next": "^9.2.0",
"number-to-words-ru": "^2.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"typescript": "^3.7.5"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.0",
"@types/isomorphic-fetch": "^0.0.35",
"@types/lodash.memoize": "^4.1.6",
"@types/node": "^13.1.8",
"@types/react": "^16.9.17",
"autoprefixer": "^9.7.4",
"babel-plugin-emotion": "^10.0.27",
"dotenv": "^8.2.0",
"postcss-import": "^12.0.1",
"tailwindcss": "^1.2.0"
}
}