-
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) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.01 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
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "web-test-runner \"src/**/*.test.tsx\"",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx}\""
},
"dependencies": {
"autoprefixer": "^10.2.3",
"mobx": "6.0.5",
"mobx-react-lite": "^3.1.6",
"mobx-state-tree": "^5.0.0",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"preact": "10.5",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@prefresh/snowpack": "^3.0.0",
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-postcss": "^1.1.0",
"@snowpack/plugin-typescript": "^1.2.0",
"@snowpack/plugin-webpack": "^2.3.0",
"@snowpack/web-test-runner-plugin": "^0.2.0",
"@testing-library/preact": "^2.0.0",
"@types/chai": "^4.2.14",
"@types/react": "^17.0.0",
"@web/test-runner": "^0.12.0",
"chai": "^4.2.0",
"core-js": "^3.8.3",
"prettier": "^2.0.5",
"snowpack": "^3.0.1",
"typescript": "^4.0.3"
}
}