generated from finsweet/developer-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.34 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
48
49
50
{
"name": "@finsweet/developer-starter",
"version": "1.0.0",
"description": "Developer starter template for Finsweet projects.",
"main": "src/index.ts",
"module": "src/index.ts",
"type": "module",
"scripts": {
"dev": "cross-env NODE_ENV=development node ./bin/build.js",
"build": "cross-env NODE_ENV=production node ./bin/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finsweet/developer-starter.git"
},
"keywords": [
"webflow",
"finsweet",
"no-code"
],
"author": {
"name": "Finsweet",
"url": "https://www.finsweet.com/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/finsweet/developer-starter/issues"
},
"homepage": "https://github.com/finsweet/developer-starter#readme",
"devDependencies": {
"@finsweet/eslint-config": "^1.1.2",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/reactivity": "^3.2.26",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"esbuild": "^0.13.14",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"typescript": "^4.5.2"
},
"dependencies": {
"@finsweet/ts-utils": "^0.27.6",
"@nanostores/vue": "^0.5.3",
"nanostores": "^0.5.8",
"petite-vue": "^0.4.0"
}
}