-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 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
51
52
{
"name": "access_control_frontend",
"version": "0.2.0",
"description": "Internet Computer starter application",
"keywords": [
"Internet Computer",
"Motoko",
"JavaScript",
"Canister"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite src/frontend --config vite.config.js",
"start": "npm run dev",
"sources": "mops sources",
"build": "vite build src/frontend --config vite.config.js"
},
"dependencies": {
"@dfinity/agent": "^0.18.1",
"@dfinity/candid": "^0.18.1",
"@dfinity/identity": "^0.18.1",
"@dfinity/ii-login-button": "^0.0.4",
"@dfinity/principal": "^0.18.1"
},
"devDependencies": {
"assert": "2.0.0",
"buffer": "6.0.3",
"copy-webpack-plugin": "^11.0.0",
"dotenv": "^16.3.1",
"events": "3.3.0",
"html-webpack-plugin": "5.5.0",
"ic-mops": "^0.19.1",
"process": "0.11.10",
"stream-browserify": "3.0.0",
"terser-webpack-plugin": "^5.3.3",
"util": "0.12.4",
"vite": "^4.4.6",
"vite-plugin-environment": "^1.1.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.8.1"
},
"engines": {
"node": "^12 || ^14 || ^16 || ^18"
},
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version",
"last 2 edge version"
]
}