forked from pajasevi/UnCSS-Online
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.02 KB
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
{
"name": "uncss-online",
"version": "0.2.0",
"private": true,
"scripts": {
"now-dev": "now dev",
"now-build": "next build",
"build": "next build",
"start": "next start",
"deploy": "now",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test:tsc": "tsc --noEmit",
"test": "yarn test:tsc && yarn build && start-server-and-test start http://localhost:3000 cypress:run"
},
"dependencies": {
"axios": "^0.21.1",
"clipboard": "^2.0.8",
"milligram": "1.4.1",
"next": "^10.2.2",
"normalize.css": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"serialize-error": "^7.0.1",
"uncss": "0.16.2"
},
"devDependencies": {
"@types/clipboard": "^2.0.7",
"@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"autoprefixer": "^9.8.6",
"cssnano": "^4.1.11",
"cypress": "^7.2.0",
"postcss-nested": "^4.2.3",
"prettier": "2.2.1",
"start-server-and-test": "^1.12.2",
"typescript": "^4.2.4",
"webpack": "^4.46.0"
}
}